chore(deps): bump @ai-sdk/mistral from 2.0.27 to 3.0.30#681
chore(deps): bump @ai-sdk/mistral from 2.0.27 to 3.0.30#681dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@ai-sdk/mistral](https://github.com/vercel/ai) from 2.0.27 to 3.0.30. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/mistral@2.0.27...@ai-sdk/mistral@3.0.30) --- updated-dependencies: - dependency-name: "@ai-sdk/mistral" dependency-version: 3.0.30 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/opencode/package.json">
<violation number="1" location="packages/opencode/package.json:72">
P0: This major version bump is incompatible with the rest of the AI SDK ecosystem in this project. `@ai-sdk/mistral@3.0.30` requires `@ai-sdk/provider@3.0.8` and `@ai-sdk/provider-utils@4.0.23`, but the project uses `ai@5.0.124` which depends on `@ai-sdk/provider@2.0.1` and `@ai-sdk/provider-utils@3.0.20`. The provider object returned by `createMistral` from 3.x will use incompatible interfaces with the `ai@5.x` framework. All other `@ai-sdk/*` packages in the project are on the 2.x provider generation. This will likely cause runtime type mismatches or failures when using Mistral models.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| "@ai-sdk/google-vertex": "3.0.106", | ||
| "@ai-sdk/groq": "2.0.34", | ||
| "@ai-sdk/mistral": "2.0.27", | ||
| "@ai-sdk/mistral": "3.0.30", |
There was a problem hiding this comment.
P0: This major version bump is incompatible with the rest of the AI SDK ecosystem in this project. @ai-sdk/mistral@3.0.30 requires @ai-sdk/provider@3.0.8 and @ai-sdk/provider-utils@4.0.23, but the project uses ai@5.0.124 which depends on @ai-sdk/provider@2.0.1 and @ai-sdk/provider-utils@3.0.20. The provider object returned by createMistral from 3.x will use incompatible interfaces with the ai@5.x framework. All other @ai-sdk/* packages in the project are on the 2.x provider generation. This will likely cause runtime type mismatches or failures when using Mistral models.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 72:
<comment>This major version bump is incompatible with the rest of the AI SDK ecosystem in this project. `@ai-sdk/mistral@3.0.30` requires `@ai-sdk/provider@3.0.8` and `@ai-sdk/provider-utils@4.0.23`, but the project uses `ai@5.0.124` which depends on `@ai-sdk/provider@2.0.1` and `@ai-sdk/provider-utils@3.0.20`. The provider object returned by `createMistral` from 3.x will use incompatible interfaces with the `ai@5.x` framework. All other `@ai-sdk/*` packages in the project are on the 2.x provider generation. This will likely cause runtime type mismatches or failures when using Mistral models.</comment>
<file context>
@@ -69,7 +69,7 @@
"@ai-sdk/google-vertex": "3.0.106",
"@ai-sdk/groq": "2.0.34",
- "@ai-sdk/mistral": "2.0.27",
+ "@ai-sdk/mistral": "3.0.30",
"@ai-sdk/openai": "2.0.89",
"@ai-sdk/openai-compatible": "1.0.32",
</file context>
Bumps @ai-sdk/mistral from 2.0.27 to 3.0.30.
Release notes
Sourced from
@ai-sdk/mistral's releases.... (truncated)
Commits
99327b1Version Packages (#14212)d42076dBackport: Add AI Gateway hint to provider READMEs (#14199)700ed7fVersion Packages (#14206)ec18852Backport: feat(gateway): add reranking model support (#14204)5b155e6Version Packages (#14202)1003609Backport: fix(ai): skip stringifying text when streaming partial text (#14200)9de7d7bBackport: chore(provider/gateway): update gateway model settings files v6 (#1...563c26aVersion Packages (#14190)ac80bc7Backport: fix(amazon-bedrock): preserve empty text blocks when reasoning cont...10afedeVersion Packages (#14176)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
@ai-sdk/mistralfrom 2.0.27 to 3.0.30. This major update brings the latest provider fixes and improvements.Written for commit 7803c6b. Summary will update on new commits.